Skip to main content
Version: 2.0

Location

This document helps in understanding Location Message Payload for Inbound Messages.

 
{
"messages": {
"location": {
"address": "<LOCATION_ADDRESS>",
"latitude": "<LOCATION_LATITUDE>",
"longitude": "<LOCATION_LONGITUDE>",
"name": "<LOCATION_NAME>"
},
"referral": null,
"from": "9XXXXXXXXXXX",
"id": "ABEGkZmZJXVFAgoXLV5XRRXOODZk",
"to": "9XXXXXXXXXXX",
"type": "button",
"timestamp": 1598360619
}
}